[INFO] cloning repository https://github.com/mark-agard/sammy_db
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mark-agard/sammy_db" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmark-agard%2Fsammy_db", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmark-agard%2Fsammy_db'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fd5fa7123c930acf141ac7f380838e4936aefeba
[INFO] fixing mark-agard/sammy_db against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmark-agard%2Fsammy_db" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mark-agard/sammy_db
[INFO] finished tweaking git repo https://github.com/mark-agard/sammy_db
[INFO] tweaked toml for git repo https://github.com/mark-agard/sammy_db written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mark-agard/sammy_db on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mark-agard/sammy_db already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5e61bcb9720c9f7972a4475a08b37d83cf1deb07331bbe09ca11a71e74df7d13
[INFO] running `Command { std: "docker" "start" "5e61bcb9720c9f7972a4475a08b37d83cf1deb07331bbe09ca11a71e74df7d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5e61bcb9720c9f7972a4475a08b37d83cf1deb07331bbe09ca11a71e74df7d13" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e61bcb9720c9f7972a4475a08b37d83cf1deb07331bbe09ca11a71e74df7d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5e61bcb9720c9f7972a4475a08b37d83cf1deb07331bbe09ca11a71e74df7d13" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking redhare v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `rh::table::Field`, `rh::table::DataType`
[INFO] [stdout]  --> tests/crud.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rh::table::{Schema, Field, DataType};
[INFO] [stdout]   |                         ^^^^^  ^^^^^^^^ no `DataType` in `table`
[INFO] [stdout]   |                         |
[INFO] [stdout]   |                         no `Field` in `table`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           std::field::Field
[INFO] [stdout]           std::mem::type_info::Field
[INFO] [stdout]           rh::catalog::Field
[INFO] [stdout]   = help: consider importing this enum instead:
[INFO] [stdout]           rh::types::DataType
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: struct `Schema` is private
[INFO] [stdout]  --> tests/crud.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rh::table::{Schema, Field, DataType};
[INFO] [stdout]   |                 ^^^^^^ private struct
[INFO] [stdout]   |
[INFO] [stdout] note: the struct `Schema` is defined here
[INFO] [stdout]  --> src/table/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::catalog::Schema;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 20 |     let db = Database::new(&tmp)?;
[INFO] [stdout]    |              -------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |              |
[INFO] [stdout]    |              this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:21:62
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 21 |     let mut table = db.create_table("books", books_schema()?)?;
[INFO] [stdout]    |                        --------------------------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:24:85
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 24 |     table.append_rows(vec![vec!["Book 1".into(), "Author A".into(), "2020".into()]])?;
[INFO] [stdout]    |           --------------------------------------------------------------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:28:39
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 28 |     let table = db.load_table("books")?;
[INFO] [stdout]    |                    -------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:29:33
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 29 |     let rows = table.read_rows()?;
[INFO] [stdout]    |                      -----------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:34:43
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 34 |     let mut table = db.load_table("books")?;
[INFO] [stdout]    |                        -------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:35:67
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 35 |     table.update_rows(vec![(0, "Title".into(), "Updated".into())])?;
[INFO] [stdout]    |           --------------------------------------------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:39:39
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 39 |     let table = db.load_table("books")?;
[INFO] [stdout]    |                    -------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:40:33
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 40 |     let rows = table.read_rows()?;
[INFO] [stdout]    |                      -----------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:44:43
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 44 |     let mut table = db.load_table("books")?;
[INFO] [stdout]    |                        -------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 45 |     table.delete_rows(vec![0])?;
[INFO] [stdout]    |           --------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |           |
[INFO] [stdout]    |           this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:49:39
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 49 |     let table = db.load_table("books")?;
[INFO] [stdout]    |                    -------------------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `String`
[INFO] [stdout]   --> tests/crud.rs:50:33
[INFO] [stdout]    |
[INFO] [stdout] 15 | fn test_full_lifecycle() -> Result<(), String> {
[INFO] [stdout]    |                             ------------------ expected `String` because of this
[INFO] [stdout] ...
[INFO] [stdout] 50 |     let rows = table.read_rows()?;
[INFO] [stdout]    |                      -----------^ the trait `From<rh::error::Error>` is not implemented for `String`
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      this can't be annotated with `?` because it has type `Result<_, rh::error::Error>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]    = help: `String` implements trait `From<T>`:
[INFO] [stdout]              From<&String>
[INFO] [stdout]              From<&mut str>
[INFO] [stdout]              From<&str>
[INFO] [stdout]              From<Box<str>>
[INFO] [stdout]              From<Cow<'_, str>>
[INFO] [stdout]              From<char>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `redhare` (test "crud") due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "5e61bcb9720c9f7972a4475a08b37d83cf1deb07331bbe09ca11a71e74df7d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e61bcb9720c9f7972a4475a08b37d83cf1deb07331bbe09ca11a71e74df7d13", kill_on_drop: false }`
[INFO] [stdout] 5e61bcb9720c9f7972a4475a08b37d83cf1deb07331bbe09ca11a71e74df7d13
